Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work #46

Merged
merged 31 commits into from
Dec 5, 2024
Merged

Work #46

merged 31 commits into from
Dec 5, 2024

Conversation

tristanmenzel
Copy link
Collaborator

No description provided.

tristanmenzel and others added 16 commits November 12, 2024 16:55
commit 7492df1
Author: Bobby Lat <[email protected]>
Date:   Wed Nov 27 18:06:01 2024 +0800

    chore: update cross-spawn version and vulnerability number to match the report

commit 817d0ed
Author: Bobby Lat <[email protected]>
Date:   Wed Nov 27 17:42:48 2024 +0800

    chore: update approval output after upgrading puyapy to the latest in main branch

commit 6c31fad
Author: Bobby Lat <[email protected]>
Date:   Wed Nov 27 13:04:47 2024 +0800

    refactor: according to review feedback
    - un-export NativeForArc4Int and CompatForArc4Int types
    - add code invariant to make sure ptype is actually ARC4EncodedType
    - rename arc4Prefix to arc4ReturnValuePrefix for clarity
    - remove extra handling of bytes constant as reinterpretCast does it anyway
    - remove extra resolveToPType calls

commit 1caf84d
Author: Bobby Lat <[email protected]>
Date:   Wed Nov 27 10:21:00 2024 +0800

    chore: fix test broken by upgrading puya to version 4.0.0

commit 2f2273e
Author: Bobby Lat <[email protected]>
Date:   Wed Nov 27 09:35:43 2024 +0800

    chore: upgrade localnet images in ci pipline

commit 66167f4
Author: Bobby Lat <[email protected]>
Date:   Tue Nov 26 14:17:08 2024 +0800

    refactor: simplify type info passed to fromBytes and fromLog method

commit 72dc26a
Author: Bobby Lat <[email protected]>
Date:   Tue Nov 19 15:10:49 2024 +0800

    chore: upgrade algots package version

commit 0c66e7c
Author: Bobby Lat <[email protected]>
Date:   Tue Nov 19 15:04:21 2024 +0800

    chore: fix npm audit vulnerability

commit 334848f
Author: Bobby Lat <[email protected]>
Date:   Tue Nov 12 09:49:09 2024 +0800

    refactor: remove n and m parameters from UFixedNxM constructor

commit be7cc30
Author: Bobby Lat <[email protected]>
Date:   Mon Nov 18 16:36:20 2024 +0800

    feat: support fromBytes and fromLog methods for ARC4Encoded types

commit 269360a
Author: Bobby Lat <[email protected]>
Date:   Mon Nov 18 10:55:34 2024 +0800

    feat: support calling equals method of bytes type

commit c623cb3
Author: Bobby Lat <[email protected]>
Date:   Mon Nov 11 11:29:10 2024 +0800

    refactor: export more arc4 types for stub implementation

commit 848216b
Author: Bobby Lat <[email protected]>
Date:   Fri Nov 8 14:42:01 2024 +0800

    refactor: export generic PTypes for testing package to capture generic type info

commit 4fbcb01
Author: Bobby Lat <[email protected]>
Date:   Fri Nov 8 11:08:51 2024 +0800

    fix: LogicSig has been renamed to LogicSigClassModel

commit 21e747a
Merge: ccec890 9fcfe48
Author: boblat <[email protected]>
Date:   Tue Nov 12 10:51:05 2024 +0800

    Merge pull request #45 from algorandfoundation/refactor-export-types

    refactor: export more PTypes for the testing packageto capture generic type info

commit 9fcfe48
Author: Bobby Lat <[email protected]>
Date:   Tue Nov 12 10:46:17 2024 +0800

    refactor: export more PTypes for the testing packageto capture generict type info
@tristanmenzel tristanmenzel linked an issue Nov 27, 2024 that may be closed by this pull request
tristanmenzel and others added 4 commits November 29, 2024 09:57
…ace of static member functions which are less versatile

 - Removes much of the implementation logic of arc4 types (this will be provided by the test package now)
 - Removes equals method in favour of just supporting '===' (will need hackery in testing package, but results in a more consistant API)
 - Adds common aliases of UintN, and allows for a wider range of N (everything between 8 and 512)
@tristanmenzel tristanmenzel merged commit e03b9af into alpha Dec 5, 2024
2 checks passed
Copy link

github-actions bot commented Dec 6, 2024

🎉 This PR is included in version 1.0.0-alpha.26 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants